how to install office2019¶
Windows10
install Office Deployment Tool.
create a configuration.xml file from here.
next, open an elevated command prompt, go to the folder where you saved the tool and the configuration.xml file, and type these command:
.\setup.exe /download configuration.xml .\setup.exe /configure configuration.xmlnext, go to the folder where office installed, type these command:
cscript ospp.vbs /sethst:yourkmshost cscript ospp.vbs /actmacOS Mojave
install Office 2019 for Mac.
install Microsoft_Office_2019_VL_Serializer.pkg from google, you can use SuspiciousPackage to inspect the pkg.
next, open a terminal, rearrange you icons:
defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock